Xbasic

SQL::DatabaseSnapshotLoadDBF Method

Syntax

L LoadDBF( [EventScript as C] )

Arguments

EventScriptCharacter

Optional. A string that contains an Xbasic event script that is executed when an event is triggered during the operation. See DatabaseSnapshot Events for additional information.

Description

Load definitions and data from the currently open DBF database.

Discussion

Returns true if the definitions and data were loaded successfully and false if an error occurred.

See Also